home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 06 - 1990
/
06.02 Feb 90
/
FuzzyBrush source
/
Fuzzy.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-11-01
|
241 b
|
16 lines
|
[
TEXT/KAHL
]
/* Fuzzy.h */
#define nil 0
#define behind -1
#define fuzzy 1
#define furry 2
#define crosshatch 3
typedef struct
{
MenuHandle theMenu;
short whichEffect;
short brushSize;
} FuzzyData, *FuzzyDataPtr, **FuzzyDataHandle;